PHY GET CLOTH THICKNESS

Determine the thickness property of the cloth object.

  Syntax
Return Float=PHY GET CLOTH THICKNESS(ID)
  Parameters
ID
Integer
identification number of the cloth object

  Returns

thickness property

  Description

The cloth thickness makes the triangles of the cloth fat for the purposes of collision detection. This improves the robustness of the collision detection. Setting the thickness very low is not recommended as this will lead to poor collision handling. The default value for this is 0.01 and the range is from 0 to infinity. Use this command to find out the current thickness level of the specified cloth object.

  Example Code
No example code is provided for this command